home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / climatechaos.swf / scripts / frame_130 / PlaceObject2_1979_31 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2008-09-12  |  178 b   |  9 lines

  1. onClipEvent(load){
  2.    this.onRelease = function()
  3.    {
  4.       _root.convo._visible = true;
  5.       this.enabled = false;
  6.       _root.convo.cs.cg.gotoAndPlay("tut");
  7.    };
  8. }
  9.